All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sjl.wrappers.FuncWriterShort
FuncWriterShort
is a function object designed for
writing objects type Integer
onto a DataOutputStream.
Objects of this class is used by the OutputStreamIterator.
Copyright © 1996 Finn Bock
Integer
and write
it to the DataOutputStream
specified by
the first argument.
public FuncWriterShort()
public Object perform(Object stream, Object o)
Integer
and write
it to the DataOutputStream
specified by
the first argument. The writeShort(Integer)
method is
called to do the writing.
The return value is ignored.
All Packages Class Hierarchy This Package Previous Next Index